home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 45 / PC Gamer IT CD 45 2-2.iso / utility / bkpsc31a / _SETUP.1 / BackupScheduler98.exe / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt
Text File  |  1999-08-02  |  2KB  |  89 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 475
  3.   Top = 197
  4.   ActiveControl = edUser
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Unlock Code'
  7.   ClientHeight = 136
  8.   ClientWidth = 364
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 48
  21.     Top = 44
  22.     Width = 58
  23.     Height = 16
  24.     Caption = 'Company'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 69
  28.     Top = 12
  29.     Width = 37
  30.     Height = 16
  31.     Caption = 'Name'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 28
  35.     Top = 76
  36.     Width = 78
  37.     Height = 16
  38.     Caption = 'Unlock Code'
  39.   end
  40.   object edCompany: TEdit
  41.     Left = 112
  42.     Top = 40
  43.     Width = 243
  44.     Height = 24
  45.     Anchors = [akLeft, akTop, akRight]
  46.     TabOrder = 1
  47.     OnChange = edCompanyChange
  48.   end
  49.   object edUser: TEdit
  50.     Left = 112
  51.     Top = 8
  52.     Width = 243
  53.     Height = 24
  54.     Anchors = [akLeft, akTop, akRight]
  55.     TabOrder = 0
  56.     OnChange = edCompanyChange
  57.   end
  58.   object edSerial: TEdit
  59.     Left = 112
  60.     Top = 72
  61.     Width = 243
  62.     Height = 24
  63.     Anchors = [akLeft, akTop, akRight]
  64.     TabOrder = 2
  65.     OnChange = edCompanyChange
  66.   end
  67.   object btRegister: TButton
  68.     Left = 194
  69.     Top = 103
  70.     Width = 75
  71.     Height = 25
  72.     Anchors = [akRight, akBottom]
  73.     Caption = 'Unlock'
  74.     Enabled = False
  75.     ModalResult = 1
  76.     TabOrder = 3
  77.   end
  78.   object Button2: TButton
  79.     Left = 278
  80.     Top = 103
  81.     Width = 75
  82.     Height = 25
  83.     Anchors = [akRight, akBottom]
  84.     Caption = 'Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 4
  87.   end
  88. end
  89.